crypto/internal/fips140/edwards25519.projP1xP1.Y (field)
10 uses
crypto/internal/fips140/edwards25519 (current package)
edwards25519.go#L16: X, Y, Z, T field.Element
edwards25519.go#L198: v.Y.Multiply(&p.Y, &p.Z)
edwards25519.go#L212: v.y.Multiply(&p.Y, &p.Z)
edwards25519.go#L214: v.t.Multiply(&p.X, &p.Y)
edwards25519.go#L287: v.Y.Add(&PP, &MM)
edwards25519.go#L307: v.Y.Add(&PP, &MM)
edwards25519.go#L326: v.Y.Add(&PP, &MM)
edwards25519.go#L345: v.Y.Add(&PP, &MM)
edwards25519.go#L363: v.Y.Add(&YY, &XX)
edwards25519.go#L366: v.X.Subtract(&XplusYsq, &v.Y)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |